home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / printing / nenscrip.000 / nenscrip / nenscript-1.13++ / Readme.LINUX < prev    next >
Text File  |  1993-06-04  |  594b  |  17 lines

  1. I have compiled the supplied program for Linux. There were no *major*
  2. changes required. The only problem which I encountered was in the
  3. postscri.c module. It has a statement to the effect:
  4.  
  5. extern double atof();
  6.  
  7. This statement must be removed or you will get an obvious compiler error
  8. as the atof() function is a define with the GNU compiler / libraries / 
  9. include headers.
  10.  
  11. Other than that one change, the code compiled and executed cleanly.
  12.  
  13. The original source for the program may be found at any of the 386BSD
  14. archive sites. (I used archie to find 'nscript' and received the total
  15. list.)
  16.  
  17.